.range-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: .5rem;
}

.range-box {
  text-align: center;
  overflow: hidden;
  flex: 0 0 1.63rem;
  max-width: 44vw;
  height: 3.59rem;
  border-radius: .2rem;
  background: rgba(233, 236, 242, 1);
  margin-bottom: .2rem;
}


.range-box .range-cover {
  width: 100%;
  height: 1.53rem;
  object-fit: cover;
  border-radius: .2rem;
}

.range-text {
  padding: .15rem .12rem .16rem .16rem;
  height: 100%;
  border-left: none;
}

.range-text .range-title {
  margin-bottom: .07rem;
  width: 100%;
  color: rgba(36, 38, 43, 1);
  font-size: .14rem;
  font-weight: 700;
}

.range-text .range-desc {
  text-align: left;
  font-size: .14rem;
  font-weight: 400;
  color: rgba(102, 107, 122, 1);
}